home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / rvsscrn.arc / RVSSCRN.DOC < prev   
Text File  |  1985-11-20  |  1KB  |  38 lines

  1.  
  2. RVSSCRN Desk Accessory - Documentation
  3.  
  4. This program may not be distributed without this documentation.
  5.  
  6. --required--
  7. Developed using TDI Modula-2/ST.  0272-742796 (UK), (214) 340-4942 (USA)
  8. --required--
  9.  
  10.  
  11. RVSSCRN is a desk accessory for Monochrome STs.  It should work on 1 meg STs
  12. but I have only tested it on my unexpanded 520ST.
  13.  
  14. I love the monochrome monitor but have always been annoyed by the fact that its
  15. display is black on white instead of white on black.  So, I decided to write
  16. this utility.  What it does is reverse the screen colors so that they are
  17. white on black - all formerly black pixels are turned white and vice versa.
  18. You may also restore the normal colors with it.
  19.  
  20. To use RVSSCRN, install the .ACC file on a disk that you will boot with.
  21. Once you have booted, you may use it by selecting the "Reverse Screen" option
  22. under the desk menu.  This will give you a choice of a Reversed or Normal
  23. screen.  Choose the one you would like.
  24.  
  25. RVSSCRN works by redefining color palette index 0 with either black or
  26. white, depending on which option you choose.  It uses the screen's handle
  27. (obtained with GrafHandle [graf_handle for C folks.. I wish I had a C
  28. compiler :-) ]).
  29.  
  30. I hope you enjoy this, and please send me any comments on BITNET.
  31.  
  32.  
  33. Matt Kimmel
  34.  
  35. Matt@UMass.BITNET
  36. Matt%UMass.BITNET@wiscvm.ARPA
  37.  
  38.